CommonEvent 1331
Name = "会話：カーミラ"

  999([1331])
  ConditionalBranch([1, 20, 0, 1, 0])
    JumpToLabel(["情報"])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 20, 0, 2, 0])
    JumpToLabel(["質問"])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 20, 0, 3, 0])
    JumpToLabel(["要求"])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 20, 0, 4, 0])
    JumpToLabel(["贈与"])
    Empty([])

  BranchEnd([])
  Label(["情報"])
  ControlVariables([13, 13, 0, 2, 1, 100])
  ConditionalBranch([1, 13, 0, 10, 2])
    ShowTextAttributes(["carmilla_fc1", 0, 0, 2])
    ShowText(["\\n<Carmilla>The Queen's right hand is me!\nElizabeth is the Queen's left hand."])
    ShowText([""])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ShowTextAttributes(["carmilla_fc1", 0, 0, 2])
    ShowText(["\\n<Carmilla>For the sake of the Queen, I will do whatever it takes!"])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ShowTextAttributes(["carmilla_fc1", 0, 0, 2])
    ShowText(["\\n<Carmilla>Enemies who oppose the Queen shall become rust on my sword!"])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 40, 2])
    ShowTextAttributes(["carmilla_fc1", 0, 0, 2])
    ShowText(["\\n<Carmilla>Bats are my friends.\nWe talk about looove!"])
    ShowText([""])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 50, 2])
    ShowTextAttributes(["carmilla_fc1", 0, 0, 2])
    ShowText(["\\n<Carmilla>I want to become the princess of Sabasa♪"])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 60, 2])
    ShowTextAttributes(["carmilla_fc1", 0, 0, 2])
    ShowText(["\\n<Carmilla>I often go shopping with Elizabeth♪"])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 70, 2])
    ShowTextAttributes(["carmilla_fc1", 0, 0, 2])
    ShowText(["\\n<Carmilla>The Queen is a very noble lady!"])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 80, 2])
    ShowTextAttributes(["carmilla_fc1", 0, 0, 2])
    ShowText(["\\n<Carmilla>You look delicious...\nIs it okay if I suck your blood?"])
    ShowText([""])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 90, 2])
    ShowTextAttributes(["carmilla_fc1", 0, 0, 2])
    ShowText(["\\n<Carmilla>Once Sabasa is under our control, I'd like to drink lots of coffee."])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 100, 2])
    ShowTextAttributes(["carmilla_fc1", 2, 0, 2])
    ShowText(["\\n<Carmilla>Please stop using fire!"])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  Label(["質問"])
  ControlVariables([13, 13, 0, 2, 1, 50])
  ConditionalBranch([1, 13, 0, 10, 2])
    ShowTextAttributes(["carmilla_fc1", 0, 0, 2])
    ShowText(["\\n<Carmilla>Do you like bats...?"])
    ShowText([""])
    ShowChoices([["I like them", "I hate them", "Depends on the type"], 0])
    When([0, "好き"])
      ShowTextAttributes(["carmilla_fc1", 0, 0, 2])
      ShowText(["\\n<Carmilla>Ufufu, you can be my friend♪"])
      ShowText([""])
      Script(["change_friend(10)"])
      Empty([])

    When([1, "嫌い"])
      ShowTextAttributes(["carmilla_fc1", 2, 0, 2])
      ShowText(["\\n<Carmilla>How awful..."])
      ShowText([""])
      Script(["change_friend(-5)"])
      Empty([])

    When([2, "種類による"])
      ShowTextAttributes(["carmilla_fc1", 0, 0, 2])
      ShowText(["\\n<Carmilla>You're right.\nYou seem to know a lot about bats♪"])
      ShowText([""])
      ShowText([""])
      Script(["change_friend(10)"])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ShowTextAttributes(["carmilla_fc1", 0, 0, 2])
    ShowText(["\\n<Carmilla>Which do you prefer, men or women?"])
    ShowText([""])
    ShowChoices([["Women", "Men", "Both"], 0])
    When([0, "女"])
      ShowTextAttributes(["carmilla_fc1", 0, 0, 2])
      ShowText(["\\n<Carmilla>That's normal!"])
      ShowText([""])
      Empty([])

    When([1, "男"])
      ShowTextAttributes(["carmilla_fc1", 0, 0, 2])
      ShowText(["\\n<Carmilla>You're abnormal♪"])
      ShowText([""])
      Script(["change_friend(10)"])
      Empty([])

    When([2, "どっちも"])
      ShowTextAttributes(["carmilla_fc1", 0, 0, 2])
      ShowText(["\\n<Carmilla>What, you like both?!\nI'm also completely fine with both♪"])
      ShowText([""])
      ShowText([""])
      Script(["change_friend(10)"])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ShowTextAttributes(["carmilla_fc1", 0, 0, 2])
    ShowText(["\\n<Carmilla>Elizabeth tells me I'm too laid-back...\nBut isn't that good?"])
    ShowText([""])
    ShowText([""])
    ShowChoices([["It's good", "It's not good", "It doesn't matter"], 0])
    When([0, "いい"])
      ShowTextAttributes(["carmilla_fc1", 0, 0, 2])
      ShowText(["\\n<Carmilla>That's right, let's take it easy♪"])
      ShowText([""])
      Script(["change_friend(10)"])
      Empty([])

    When([1, "ダメだ"])
      ShowTextAttributes(["carmilla_fc1", 2, 0, 2])
      ShowText(["\\n<Carmilla>Pardon me...\nI'm sorry..."])
      ShowText([""])
      ShowText([""])
      Script(["change_friend(-5)"])
      Empty([])

    When([2, "どうでもいい"])
      ShowTextAttributes(["carmilla_fc1", 2, 0, 2])
      ShowText(["\\n<Carmilla>I agree..."])
      ShowText([""])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 40, 2])
    ShowTextAttributes(["carmilla_fc1", 0, 0, 2])
    ShowText(["\\n<Carmilla>I'm actually a sword user...\nDoes that surprise you?"])
    ShowText([""])
    ShowText([""])
    ShowChoices([["I'm surprised", "Not really", "We're the same"], 0])
    When([0, "意外だ"])
      ShowTextAttributes(["carmilla_fc1", 0, 0, 2])
      ShowText(["\\n<Carmilla>Fufuuun! Isn't it amazing?!"])
      ShowText([""])
      Script(["change_friend(10)"])
      Empty([])

    When([1, "そうでもない"])
      ShowTextAttributes(["carmilla_fc1", 2, 0, 2])
      ShowText(["\\n<Carmilla>Is that so..."])
      ShowText([""])
      Empty([])

    When([2, "僕もそうだ"])
      ShowTextAttributes(["carmilla_fc1", 0, 0, 2])
      ShowText(["\\n<Carmilla>Then let's fight and settle this!"])
      ShowText([""])
      Script(["change_friend(10)"])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 50, 2])
    ShowTextAttributes(["carmilla_fc1", 0, 0, 2])
    ShowText(["\\n<Carmilla>Sometimes, I want to wear something other than a black mantle... What color do you think looks good?"])
    ShowText([""])
    ShowText([""])
    ShowChoices([["Red", "Purple", "Gold"], 0])
    When([0, "赤"])
      ShowTextAttributes(["carmilla_fc1", 2, 0, 2])
      ShowText(["\\n<Carmilla>It would sort of be the same color as the Queen's..."])
      ShowText([""])
      Empty([])

    When([1, "紫"])
      ShowTextAttributes(["carmilla_fc1", 2, 0, 2])
      ShowText(["\\n<Carmilla>You have poor taste..."])
      ShowText([""])
      Script(["change_friend(-5)"])
      Empty([])

    When([2, "金"])
      ShowTextAttributes(["carmilla_fc1", 0, 0, 2])
      ShowText(["\\n<Carmilla>Sounds good! It will shine!"])
      ShowText([""])
      Script(["change_friend(10)"])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  Label(["要求"])
  ControlVariables([13, 13, 0, 2, 1, 30])
  ConditionalBranch([1, 13, 0, 10, 2])
    ConditionalBranch([8, 313])
      ShowTextAttributes(["carmilla_fc1", 0, 0, 2])
      ShowText(["\\n<Carmilla>I'd like to eat a tomato..."])
      ShowText([""])
      ControlVariables([24, 24, 0, 3, 0, 313, 0])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Do you want to give a \\ii[313]? (Have:\\V[24])"])
      ShowChoices([["Yes", "No"], 2])
      When([0, "はい"])
        ShowTextAttributes(["carmilla_fc1", 0, 0, 2])
        ShowText(["\\n<Carmilla>Wow, how delightful! ♪"])
        ShowText([""])
        ChangeItems([313, 1, 0, 1])
        Script(["change_friend(20)"])
        ExitEventProcessing([])
        Empty([])

      When([1, "いいえ"])
        ShowTextAttributes(["carmilla_fc1", 2, 0, 2])
        ShowText(["\\n<Carmilla>Is that so, how disappointing..."])
        ShowText([""])
        ExitEventProcessing([])
        Empty([])

      ChoicesEnd([])
      Empty([])

    Else([])
      ControlVariables([13, 13, 0, 0, 20])
      Empty([])

    BranchEnd([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ConditionalBranch([8, 394])
      ShowTextAttributes(["carmilla_fc1", 0, 0, 2])
      ShowText(["\\n<Carmilla>I'd like to eat some spaghetti..."])
      ShowText([""])
      ControlVariables([24, 24, 0, 3, 0, 394, 0])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Do you want to give some \\ii[394]? (Have:\\V[24])"])
      ShowChoices([["Yes", "No"], 2])
      When([0, "はい"])
        ShowTextAttributes(["carmilla_fc1", 0, 0, 2])
        ShowText(["\\n<Carmilla>Wow, how delightful! ♪"])
        ShowText([""])
        ChangeItems([394, 1, 0, 1])
        Script(["change_friend(30)"])
        ExitEventProcessing([])
        Empty([])

      When([1, "いいえ"])
        ShowTextAttributes(["carmilla_fc1", 2, 0, 2])
        ShowText(["\\n<Carmilla>Is that so, how disappointing..."])
        ShowText([""])
        ExitEventProcessing([])
        Empty([])

      ChoicesEnd([])
      Empty([])

    Else([])
      ControlVariables([13, 13, 0, 0, 30])
      Empty([])

    BranchEnd([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ShowTextAttributes(["carmilla_fc1", 0, 0, 2])
    ShowText(["\\n<Carmilla>I'd like some money..."])
    ShowText([""])
    ConditionalBranch([7, 1350, 0])
      ControlVariables([24, 24, 0, 3, 7, 2, 0])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Do you want to give 1350G? (Remaining:\\V[24])"])
      ShowChoices([["Yes", "No"], 2])
      When([0, "はい"])
        ShowTextAttributes(["carmilla_fc1", 0, 0, 2])
        ShowText(["\\n<Carmilla>Wow, how delightful! ♪"])
        ShowText([""])
        ChangeGold([1, 0, 1350])
        Script(["change_friend(25)"])
        ExitEventProcessing([])
        Empty([])

      When([1, "いいえ"])
        ShowTextAttributes(["carmilla_fc1", 2, 0, 2])
        ShowText(["\\n<Carmilla>Is that so, how disappointing..."])
        ShowText([""])
        ExitEventProcessing([])
        Empty([])

      ChoicesEnd([])
      Empty([])

    Else([])
      ShowTextAttributes(["carmilla_fc1", 2, 0, 2])
      ShowText(["\\n<Carmilla>...You don't have any?"])
      ShowText([""])
      ExitEventProcessing([])
      Empty([])

    BranchEnd([])
    Empty([])

  BranchEnd([])
  Label(["贈与"])
  ControlVariables([13, 13, 0, 2, 1, 30])
  ConditionalBranch([1, 25, 0, 1, 0])
    ControlVariables([13, 13, 0, 0, 30])
    ControlVariables([25, 25, 0, 0, 0])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 25, 0, 2, 0])
    ControlVariables([13, 13, 0, 2, 1, 20])
    ControlVariables([25, 25, 0, 0, 0])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 10, 2])
    ShowTextAttributes(["carmilla_fc1", 0, 0, 2])
    ShowText(["\\n<Carmilla>It's not good to be horny."])
    ShowText([""])
    PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
    ChangeItems([21, 0, 0, 1])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["Carmilla gave you a \\ii[21]!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ShowTextAttributes(["carmilla_fc1", 0, 0, 2])
    ShowText(["\\n<Carmilla>Hey, please eat this."])
    ShowText([""])
    PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
    ChangeItems([364, 0, 0, 1])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["Carmilla gave you an \\ii[364]!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ShowTextAttributes(["carmilla_fc1", 0, 0, 2])
    ShowText(["\\n<Carmilla>Hey, please use this."])
    ShowText([""])
    PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
    ChangeGold([0, 0, 2250])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["Carmilla gave you 2250G!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  Empty([])
